home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / python-cairo / README < prev   
Encoding:
Text File  |  2007-12-12  |  1.1 KB  |  38 lines

  1. Pycairo - Python bindings for cairo
  2. http://www.cairographics.org/pycairo
  3.  
  4. Dependencies
  5. ------------
  6.     cairo   >= 1.4.12
  7.     Python  >= 2.4
  8.  
  9. Compiling
  10. ---------
  11. See the INSTALL document for build instructions.
  12.  
  13. Documentation
  14. -------------
  15. Currently there is no Python specific cairo API documentation. However there
  16. is the cairo C documentation which can be useful. There is also a NOTES file
  17. in the tarball release which lists how Pycairo differs from the cairo C API,
  18. and there are Pycairo examples in the examples/ directory of the tarball
  19. release.
  20.  
  21. License
  22. -------
  23. Pycairo is free software and is available to be redistributed and/or modified
  24. under the terms of either the GNU Lesser General Public License (LGPL) version
  25. 2.1 or the Mozilla Public License (MPL) version 1.1.
  26.  
  27. Contact
  28. -------
  29. Mailing List:
  30. If you have some ideas for how cairo or Pycairo could be improved, please feel
  31. free to send a message to cairo@cairographics.org
  32.     http://cairographics.org/cgi-bin/mailman/listinfo/cairo
  33.  
  34. Bugzilla:
  35. If you find a bug in Pycairo, please go to
  36.     https://bugs.freedesktop.org/enter_bug.cgi?product=pycairo
  37. and submit a bugreport.
  38.